CollectionView for WinForms
CanGroup<T>(ICollectionView<T>,String) メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス > CanGroup メソッド : CanGroup<T>(ICollectionView<T>,String) メソッド
The collection view.
The path of the data item to which the group would be applied.
Returns true if the collection view supports sorting.
シンタックス
'宣言
 
Public Overloads Shared Function CanGroup(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal groupPath As System.String _
) As System.Boolean
public static System.bool CanGroup<T>( 
   ICollectionView<T> collectionView,
   System.string groupPath
)
where T: class

パラメータ

collectionView
The collection view.
groupPath
The path of the data item to which the group would be applied.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ
オーバーロード一覧